home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Documentation / MiscGISKit / 00_Notes < prev    next >
Encoding:
Text File  |  1993-02-22  |  2.6 KB  |  65 lines

  1. Ordinance Survey has only parts of Belfast and Enniskillen digitized, but
  2. data is very good and very complete. Have been working on it since 1983,
  3. expect to complete by 1998.
  4.  
  5. Ordinance Survey building on QUB campus contains a deeply sunk granite reference point for the Northern Ireland part of the National Grid
  6.  
  7. A grid references is a linear distance in meters East and North of a fixed reference. They are typically given as a 12 figure Grid References: 6 digits
  8. Easting and 6 digits Northing.
  9.    
  10. George said that additional digits added on the left side as you divided
  11. the squares down.
  12.  
  13. The Irish grid covers Ireland North and South; the National Grid covers England, Scotland and Wales. The two are not directly related except via their origins. Origins are linearly related.
  14.  
  15. The National Grid is based from Greenwich?
  16. The Irish grid reference he said was  0, 53 50'?
  17.  
  18. Irish grid has a True Grid Reference and a False Grid Reference.
  19. The TGR is linearly related to the National Grid.
  20.  
  21. The False Grid reference is shifted to 200000,200000, which puts all of Ireland
  22. into a positive grid numbering.Thus the True Origin is 200000 meters North and
  23. 200000 meters East of the False Reference.
  24.  
  25. There is a Geographical Coordinate Transform and tables.
  26.  
  27. US runs in Universal Transverse Mercator.
  28.  
  29. GPS's give world coordinates, not local grid references.
  30.  
  31. Found a number of inconsistancies between
  32.    the Irish and National grid equations, some of which are due to the
  33.    Irish document being from 1953.
  34.  
  35.    The UK in a few cases puts a term after a sin term with no bracketing:
  36.     a sin b d
  37.    is in reality:
  38.     ad sin b
  39.  
  40.    The Irish Grid has constants built into the equations that are unique
  41.    to Ireland, although it is obvious where that is done. 
  42.  
  43. It also uses
  44.    terms to keep the numbers size down. These have been dropped in the new
  45.    UK one and make no difference anyway.
  46.  
  47. There are also some slight
  48.    differences in where minus signs are put. The UK version cancels out
  49.    a few minus signs in V and VI with their eventual destination in the
  50.    equation for E.
  51.  
  52. More substantial is the addition of an extra terms, IIIA and XIIA in the UK.
  53.  
  54. The Irish grid has an extra term on the end of VI.
  55.  
  56.    It took awhile to figure out how the M equation was used. I still have
  57.    not got the iteration figured out for transform back to world coords.
  58.    It has an error equation that is to be used to correct a guessed value
  59.    of phi prime. It says nothing about what a good initial guess is, so
  60.    I made my guess the latitude of the central meridian plus a small delta.
  61.    I have not figured out what correcting phi prime means in math terms.
  62.    Add? subtract? whatever makes the value converge?
  63.  
  64.  
  65.